SimpleQuery.php
<div item="Blog">
<p-data name="type" where="Blog.type LIKE :type" limit="0,2"></p-data>
<h1 prop="title"></h1>
<p prop="description"></p>
</div>
<div item="Blog">
<p-data name="type" where="Blog.type LIKE :type" limit="0,2"></p-data>
<h1 prop="title"></h1>
<p prop="description"></p>
</div>